Skip to content

Add monotone_of_tendsto and monotone_of_tendsto_of_eventually lemmas - #6

Closed
CoolRmal wants to merge 1 commit into
mainfrom
codex/create-branch-for-monotone-functions-proof
Closed

Add monotone_of_tendsto and monotone_of_tendsto_of_eventually lemmas#6
CoolRmal wants to merge 1 commit into
mainfrom
codex/create-branch-for-monotone-functions-proof

Conversation

@CoolRmal

Copy link
Copy Markdown
Owner

Motivation

  • Provide a simple criterion to deduce Monotone f from a family F i which is eventually monotone (or each F i is monotone) and converges pointwise to f, so monotonicity can be transferred from approximating nets to the limit.

Description

  • Add @[to_dual] theorem monotone_of_tendsto_of_eventually and @[to_dual] theorem monotone_of_tendsto to Mathlib/Topology/Order/MonotoneConvergence.lean, which infer Monotone f from eventual order-preservation of F along a nontrivial filter l (or from each F i being Monotone) together with Tendsto (fun i => F i a) l (𝓝 (f a)) for every a, and prove the result via tendsto_le_of_eventuallyLE.

Testing

  • No automated tests were run for this change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant